Instance 0

Class340.paintComponent(Graphics g)#9{
      g2.fillnew Rectangle(00, d.width, d.height) );
}


Instance 1

Class510.paintComponent(Graphics g)#3{
            g2d.fill(new Rectangle(00, getWidth(), getHeight()));
}


Instance 2

Class510.paintComponent(Graphics g)#1{
            g2d.fill(new Rectangle(00, getWidth(), getHeight()));
            g2d.setComposite(AlphaComposite.SrcOver);
}


Instance 3

Class390.frameToImageGet(Timeline timeline,int frame,int time,DepthState stateUnderCursor,int mouseButton,RECT displayRect,Matrix transformation,ColorTransform colorTransform,Color backGroundColor,boolean useCache,double zoom)#1{
            g.fill(new Rectangle(image.getWidth(), image.getHeight()));
}


Instance 4

Class340.main(String[] args)#2{
    g.fill(new Rectangle(image.getWidth(), image.getHeight()));
    g.translate(25100);
}


Instance 5

Class290.paintComponent(Graphics g)#1{
      g2.fill(new Rectangle(00, d.width, d.height));
}


Instance 6

Class450.stopEmulation()#0{
        g.fill(new Rectangle(00, buffer.getWidth(), buffer.getHeight()));
}


Instance 7

Class650.paintOnCanvas(Graphics g)#3{
                shape = new Rectangle(00* SIZE, * SIZE);
                g2.fill(shape);
}


Instance 8

Class640.paintComponent(Graphics graphics)#0{
        Rectangle r = new Rectangle(p.x - 5, p.y - 51010);
        g.fill(r);
}


Instance 9

Class110.testRect(Graphics2D g2d){
        g2d.fillRect(MinX, MinY, MaxX - MinX, MaxY - MinY);
        g2d.fill(new Rectangle(MinX, MinY, MaxX - MinX, MaxY - MinY));
}


Instance 10

Class310.paint(Graphics2D graphics2d)#1{
        graphics2d.fill(new Rectangle(dimension));
}